home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00803_Script_ROBGotItContinue < prev    next >
Text File  |  1995-05-21  |  277b  |  13 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame
  3.   
  4.   if the movieTime of sprite 48 >= theStopFrame then
  5.     set the movieRate of sprite 48 = 0
  6.     puppetsprite 48, false
  7.     go frame "RStop"
  8.     updatestage
  9.     exit
  10.   else
  11.     go to the frame
  12.   end if 
  13. end